go/types.typeWriter.pkgInfo (field)

4 uses

	go/types (current package)
		lookup.go#L536: 	w.pkgInfo = pkgInfo
		typestring.go#L78: 	pkgInfo      bool           // package-annotate first unexported-type field to avoid confusing type description
		typestring.go#L158: 			if w.qf == nil && w.pkgInfo && !isExported(f.name) {
		typestring.go#L161: 				w.pkgInfo = false // only tag once